home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- if not rollOver(4) then
- go("s")
- end if
- repeat with n = 11 to 15
- if rollOver(n) then
- set the visible of sprite n to 0
- updateStage()
- end if
- end repeat
- repeat with n = 11 to 15
- if not rollOver(n) then
- set the visible of sprite n to 1
- updateStage()
- end if
- end repeat
- end
-